
@font-face {
  font-family: 'it';
  src:url("ITCAvantGardeStd-XLt.otf");
}
@font-face {
  font-family: 'book';
  src:url("FuturaStd-Book.otf");
}
@font-face {
  font-family: 'box';
  src:url("IMPACT.ttf");
  font-stretch: ultra-condensed;
}
@font-face {
  font-family: 'armt';
  src:url("arialmt.ttf");
}
@font-face {
  font-family: 'AdobeHeitiStd-Regular';
  src:url("AdobeHeitiStd-Regular.otf");
}
@font-face {
  font-family: 'MicrosoftYaHei-Bold.ttf';
  src:url("MicrosoftYaHei-Bold.ttf");
}
@font-face {
  font-family: 'Oswald-Stencil.otf';
  src:url("Oswald-Stencil.otf");
}
@font-face {
  font-family: 'SOURCEHANSANSCN-BOLD';
  src:url("SOURCEHANSANSCN-BOLD.OTF");
}
@font-face {
  font-family: 'SOURCEHANSANSCN-EXTRALIGHT';
  src:url("SOURCEHANSANSCN-EXTRALIGHT.OTF");
}
@font-face {
  font-family: 'SOURCEHANSANSCN-HEAVY';
  src:url("SOURCEHANSANSCN-HEAVY.OTF");
}
@font-face {
  font-family: 'SOURCEHANSANSCN-LIGHT';
  src:url("SOURCEHANSANSCN-LIGHT.OTF");
}
@font-face {
  font-family: 'SOURCEHANSANSCN-MEDIUM';
  src:url("SOURCEHANSANSCN-MEDIUM.OTF");
}
@font-face {
  font-family: 'SOURCEHANSANSCN-NORMAL';
  src:url("SOURCEHANSANSCN-NORMAL.OTF");
}
@font-face {
  font-family: 'SOURCEHANSANSCN-REGULAR';
  src:url("SOURCEHANSANSCN-REGULAR.OTF");
}
@font-face {
  font-family: 'DINEngschriftStd';
  src:url("DINEngschriftStd.otf");
}
@font-face {
  font-family: 'os';
  src:url("Oswald-Medium.ttf");
}

@font-face {
  font-family: 'ats';
  src:url("AvenirLTStd-Light.otf");
}

@font-face {
  font-family: 'univer';
  src:url("UniversLTStd-Black.ttf");
}
@font-face {
  font-family: 'uts';
  src:url("UniversLTStd-BlackEx.otf");
}




.header {
  width: 100%;
  background:none;
  position: fixed;
  top: 0;
  z-index: 222;
}

.rotate {
  transform: rotateZ(90deg);
}

.header .top {
  display: flex;
  align-items: center;
  height: 140px;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1500px;
  background: #fff;
}

.top-logo {
  display: flex;
  align-items: center;
}

.top-logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.top-logo h2 {
  font-size: 21px;
  color: #063282;
  line-height: 28px;
  letter-spacing: 0.54px;
  position: relative;
}

.logo-p {
  display: flex;
  align-items: center;
}

.logo-p::before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #5c5c5c;
  margin: 0 10px;
}

.top-logo h2 span {
  color: #e67411;
}

.top-logo h2 p {
  font-size: 12px;
  color: #5c5c5c;
  letter-spacing: -0.64px;
  line-height: 24px;
  font-weight: normal;
}

.top_tel {
  display: flex;
  align-items: center;
}

.top_tel img {
  width: 43px;
  height: 43px;
  margin-right: 12px;
}

.top_tel p>a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #e67411;
  font-family: 'BEBAS';
  line-height: 24px;
}

/* 导航开始 */
.nav-box {background: url(dhbj22.png) no-repeat top;}

.children-two li{ display:none;}
.children-two li.nav-item.iconfont{ display: block;}

.nav-content-box .nav {
  
  margin:auto;
  max-width:1500px;
  display: flex;
  padding: 0 20px;
}

.nav-content-box .nav>.nav-item {
  flex: 1;
}
.nav-content-box .nav>.nav-item:hover .title-one a.title  {
	background:#006cbf;
	color:#fff;
}
.nav-content-box .nav .nav-item.active .title-one  {
	
}
.nav-content-box .nav>.nav-item.active .title-one a.title {
	/* 导航开始
	background:#00477b;
	color:#fff;
	 */
}


.title-one {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-content-box .nav .nav-item .title-one::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #5c5c5c;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.nav-content-box .nav .nav-item:nth-child(1) .title-one::Before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #5c5c5c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.nav-content-box .nav .nav-item::marker {
  display: none;
  content: '';
}

.title-one>.icon-jt {
  display: none;
  font-size: 14px;
  font-family: "黑体";
  font-style: normal;
  transition: all ease 0.3s;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
}

.title-one>.title {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 45px;
  font-weight: normal;
}

.nav-box.nav-show {
  opacity: 1;
  height: calc(100% - 80px);
}

.nav-box.nav-show ul.nav>li.nav-item {
  opacity: 1;
  transform: translate(0, 0);
}



/* 二级样式 */
.nav-content-box .nav>.nav-item:hover .children-box-two {
  height: auto;
  opacity: 1;
}

.children-box-two {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position:relative;
  left: 0;
  background:none;
}

.children-box-two .two-box {
  max-width:none;
  min-height:none;
  padding:0;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.children-box-two .two-box .children-box-title {
  font-size: 30px;
  color: #222;
  display:none;
}

.two-nav {
  width: 100%;
}

.children-two {
  padding:0;
  max-width:none;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

.children-box-two .two-box .nav-item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(240,248,255,.9);
  background: rgba(240,248,255,.88);
  border-radius: 0;
  text-align: center;
  margin-bottom: 0;
}
.children-two li.nav-item.iconfont:nth-child(3) ul.children-three{margin-top: 37px;}

.children-two .nav-item:hover{
	background:#ff911e;
}
.children-two li.nav-item.iconfont:hover{
	background:#ff911e;
}

.children-box-two .two-box .nav-item a {
  /* display: flex; */
  align-items: center;
  font-size:14px;
  width: 100%;
  height: auto;
  line-height: 36px;
  color: #333;
  text-align: center;
  transition: all ease 0.3s;
}

nav li.nav-item:nth-child(3) .children-two li.nav-item.iconfont:nth-child(1):hover{
	background: url(dh004.png) no-repeat #e67411 center right;

}
nav li.nav-item:nth-child(3) .children-two li.nav-item.iconfont:nth-child(3):hover{
	background: url(dh004.png) no-repeat #e67411 center right;

}


.children-box-two .two-box .nav-item:hover {
  background:#006cbf;
}
.children-box-two .two-box .nav-item:hover a {
  color: #fff;
}
.children-box-two .two-box .nav-item:hover a::before{
  background-color: #fff;
}
.children-box-two .two-box .nav-item a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #063282;
  margin-right: 10px;
  display: none;
}

.children-box-two .two-box img {
  width: 100%;
  max-width: 380px;
  height: auto;
  max-height: 260px;
  overflow: hidden;
  border-radius: 40px 0 40px 0;
  display:none;
}
.nav-btn,
.nav-hidden-btn {
  display: none;
}

.nav-btn {
  width: 35px;
  height: 26px;
  text-indent: -35px;
  overflow: hidden;
}

.nav-btn img {
  width: 100%;
  height: auto;
  filter: drop-shadow(35px 0 #022f82);
}

.nav-hidden-btn {
  margin: 0 auto;
}

.nav-hidden-btn img {
  width: 100%;
  height: auto;
  max-width: 50px;

}

@media only screen and (max-width: 1025px) {
  .logo-p {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .top_tel {
    display: none;
  }

  .header .top {
    height: 80px;
  }

  .nav-btn,
  .nav-hidden-btn {
    display: block;
  }

  .nav-box {
    position: fixed;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 80px;
    overflow-y: scroll;
  }

  .nav-content-box .nav {
    flex-wrap: wrap;
  }

  .nav-content-box .nav>.nav-item {
    flex: auto;
    width: 100%;
    border-bottom: 1px dashed #c5c5c5;
  }

  .title-one>.icon-jt {
    display: block;
  }

  .nav-content-box .nav .nav-item .title-one::after {
    display: none !important;
  }

  .nav-content-box .nav>.nav-item .children-box-two {
    position: relative;
    background-color: transparent;
    display: none;
  }

  .children-box-two .two-box {
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .two-nav {
    text-align: center
  }

  .children-box-title {
    display: none;
  }

  .children-two {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .children-box-two .two-box .nav-item {
    width: 100%;
    border: 1px solid #063282;
  }

  .children-box-two .two-box .nav-item a {
    line-height: 30px;
    width: 100%;
  }

  .children-box-two .two-box img {
    display: none;
  }
}

.zda1.sy2 a{
	}
	.zda1.sy2:hover a{color: #fff;}




ul.nav .children-box-two {
  overflow: visible;
}

ul.nav .children-three {
  display: none;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
}
ul.nav .children-two .nav-item:hover .children-three {
  display: block;
}
ul.nav li.nav-item:hover .children-two {
	display: block;
}
ul.nav .children-two .nav-item:hover .children-three {
  display: block;
}
.children-box-two .children-three li.nav-item{background:rgba(240,248,255,.8);}
.children-box-two .children-three li.nav-item a{color:#444 !important; font-size:13px;}
.children-box-two .children-three li.nav-item:hover{background:#ff911e;}
.children-box-two .children-three li.nav-item:hover a{color:#fff !important;}

.zywqh2{ display: flex; align-items: center; margin-left:2%;}
.zywqh2 a{width: 44px; height: 44px; border-radius: 50%; background: #005096; text-align: center; line-height: 44px; color: #fff;    margin-left:12px;}
.zywqh2 a:hover{background: #e67411; color: #fff;}
@media (max-width: 768px){.zywqha2{display:none;}}
.zywqha2{line-height: 24px;}
.zywqha2 span{display: flex; align-items: center; font-size: 16px; color: #ed0000; font-weight: bolder;}



@media only screen and (max-width: 1320px) {
	
.zywqh2{margin-left:0 !important;}	
}



